The Design Notes API > The Design Notes C API > int GetNotesKeyCount() |
![]() ![]() ![]() |
Description
Gets the number of key/value pairs in the specified Design Notes file.
Arguments
FileHandle
noteHandle
The argument is the file handle returned by OpenNotesFile()
.
Returns
An integer representing the number of key/value pairs in the Design Notes file.
![]() ![]() ![]() |